Skip to main content
POST
[Notifications] Mark notifications as read

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).

Path Parameters

organization_id
string
required

Organization ID

project_id
string
required

Project ID

Body

application/json
notification_ids
string<uuid>[]

List of notification IDs to mark as read. If empty, marks all unread notifications as read.

Maximum array length: 200

Response

200

Notifications marked as read successfully